home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 34
/
CD Expert nº 34.iso
/
Kyodai Mahjonng
/
_SETUP.1
/
kyodai3dx.exe
/
0
/
RCDATA
/
TFRMOPENSNDLIB
/
TFRMOPENSNDLIB.txt
Wrap
Text File
|
1997-12-01
|
3KB
|
176 lines
object frmOpenSndLib: TfrmOpenSndLib
Left = 241
Top = 153
BorderStyle = bsDialog
Caption = 'Sound Library'
ClientHeight = 252
ClientWidth = 303
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 287
Height = 209
Shape = bsFrame
end
object Bevel2: TBevel
Left = 179
Top = 71
Width = 105
Height = 110
end
object btnOK: TButton
Left = 140
Top = 222
Width = 76
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 219
Top = 222
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
Default = True
ModalResult = 2
TabOrder = 1
end
object btnLoad: TButton
Left = 180
Top = 14
Width = 104
Height = 25
Caption = '&Open...'
TabOrder = 2
OnClick = btnLoadClick
end
object IndexPanel: TPanel
Left = 180
Top = 72
Width = 103
Height = 18
Caption = 'Index: 0'
TabOrder = 3
end
object NamePanel: TPanel
Left = 180
Top = 90
Width = 103
Height = 18
Caption = 'Name: <None>'
TabOrder = 4
end
object SizePanel: TPanel
Left = 180
Top = 108
Width = 103
Height = 18
Caption = 'Size: 0'
TabOrder = 5
end
object FrequencyPanel: TPanel
Left = 180
Top = 126
Width = 103
Height = 18
Caption = 'Frequency: 0'
TabOrder = 6
end
object ListBox1: TListBox
Left = 12
Top = 12
Width = 157
Height = 169
ItemHeight = 13
TabOrder = 7
OnClick = ListBox1Click
OnDblClick = btnPlayClick
end
object ChannelsPanel: TPanel
Left = 180
Top = 144
Width = 103
Height = 18
Caption = 'Channels: 0'
TabOrder = 8
end
object BPSPanel: TPanel
Left = 180
Top = 162
Width = 103
Height = 18
Caption = 'BPS: 0'
TabOrder = 9
end
object btnPlay: TButton
Left = 12
Top = 186
Width = 75
Height = 25
Caption = '&Play'
Enabled = False
TabOrder = 10
OnClick = btnPlayClick
end
object btnStop: TButton
Left = 94
Top = 186
Width = 75
Height = 25
Caption = '&Stop'
Enabled = False
TabOrder = 11
OnClick = btnStopClick
end
object chkLoop: TCheckBox
Left = 180
Top = 189
Width = 97
Height = 17
Caption = '&Loop'
TabOrder = 12
end
object mnuSaveLibrary: TButton
Left = 180
Top = 40
Width = 104
Height = 25
Caption = '&Save Library...'
TabOrder = 13
OnClick = mnuSaveLibraryClick
end
object OpenDialog1: TOpenDialog
DefaultExt = 'IML'
FileEditStyle = fsEdit
Filter = 'Sound Library Files (*.SDL)|*.SDL|All Files (*.*)|*.*'
Options = [ofPathMustExist, ofFileMustExist]
Title = 'Open Sound Library'
Left = 14
Top = 222
end
object DGCAudio1: TDGCAudio
Left = 50
Top = 220
end
object SaveDialog1: TSaveDialog
DefaultExt = 'SDL'
FileEditStyle = fsEdit
Filter = 'Sound Library Files (*.SDL)|*.SDL|All Files (*.*)|*.*'
Title = 'Save Library'
Left = 84
Top = 224
end
end